Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code: move commands to it's subcommand #31

Merged
merged 5 commits into from
Jun 1, 2022
Merged

code: move commands to it's subcommand #31

merged 5 commits into from
Jun 1, 2022

Conversation

jcs090218
Copy link
Member

@jcs090218 jcs090218 commented Jun 1, 2022

  1. Move all test commands to live under command eask test
PS C:\Users\XXX\path\to\project> eask test
test <type>

run test

Commands:
  test buttercup [files..]    run buttercup tests
  test ert-runner [files..]   run ert tests using ert-runner
  test ert [files..]          run ert tests

Options:
...
  1. Move all lint commands to live under command eask lint
PS C:\Users\XXX\path\to\project> eask lint
lint <type>

run linter

Commands:
  lint checkdoc [files..]   run checkdoc
  lint declare [files..]    run check-declare
  lint elint [files..]      run elint
  lint elsa [files..]       run elsa
  lint indent [files..]     lint the package using indent-lint
  lint package [files..]    lint the package using package-lint
  lint regexps [files..]    run relint
Options:
...

✔ Now we do

$ eask test ert [...]
$ eask lint elsa [...]

❌ Instead

$ eask ert [...]
$ eask elsa [...]

@jcs090218 jcs090218 merged commit 4d3ac54 into master Jun 1, 2022
@jcs090218 jcs090218 deleted the cmd branch June 1, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant