-
Notifications
You must be signed in to change notification settings - Fork 209
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
Make demo display corresponding commandline syntax for current sequence #140
Comments
Here, so what we could do is to make a function that could try to read through all the steps and settings, and assemble a CLI string from them. The CLI syntax is here: https://github.com/publiclab/image-sequencer#cli-usage The CLI also can take multiple steps at once, like so:
But for this, double quotes must wrap the space-separated steps. Options for the steps can be passed in one line as json in the details option like
But i'm not sure if it can be chained with details too -- @marzann -- i'm not 100% sure this is going to be easy before there is some work done to the CLI code, here: https://github.com/publiclab/image-sequencer/blob/master/index.js In the meantime, would you like to try something from another project in our community? Maybe this one? |
@jywarren thank you, I will look over your notes on this! |
@jywarren taking this up now!! |
awesome!
…On Mon, Jul 16, 2018 at 3:07 PM Varun Gupta ***@***.***> wrote:
@jywarren <https://github.com/jywarren> taking this up now!!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ8eOU68GqdgCLZTIDCUHgMCCc2Haks5uHOQ4gaJpZM4P5Nm9>
.
|
Signed-off-by: tech4GT <[email protected]>
This would be great to emphasize in the demo how the same command can be run from the CLI interface.
The text was updated successfully, but these errors were encountered: