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

Define a customer journey for the CLI #4

Open
2 tasks
Woyten opened this issue Aug 2, 2020 · 0 comments
Open
2 tasks

Define a customer journey for the CLI #4

Woyten opened this issue Aug 2, 2020 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@Woyten
Copy link
Owner

Woyten commented Aug 2, 2020

  • Define an execution model / How can different CLI calls interact with each other? Examples
    • REPL
      $ tune
      > scl steps 1:12:2
      > kbm D4
      > connect QSynth
      > mts
      > exit
    • Pipeline
      $ tune scl steps 1:12:2 | tune kbm D4 | tune mts Qsynth
    • Endless args
      $ tune scl steps 1:12:2 kbm D4 mts Qsynth
  • What calls should be supported?
@Woyten Woyten added the help wanted Extra attention is needed label Aug 2, 2020
@Woyten Woyten added the question Further information is requested label Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant