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

Long-term v1.0 arguments syntax [Fixes #43] #70

Merged
merged 5 commits into from
Jan 22, 2017

Conversation

rdsubhas
Copy link
Member

@rdsubhas rdsubhas commented Jan 22, 2017

# old
myke task[a=1,b=2] task[a=3,b=4]

# new
myke task --a=1 --b=2 task --a=3 --b=4

@rdsubhas rdsubhas changed the title Prepare migration to new subcommand syntax [Fixes #43] New long-term subcommand syntax [Fixes #43] Jan 22, 2017
@rdsubhas rdsubhas changed the title New long-term subcommand syntax [Fixes #43] Long-term v1.0 subcommand syntax [Fixes #43] Jan 22, 2017
@rdsubhas rdsubhas changed the title Long-term v1.0 subcommand syntax [Fixes #43] Long-term v1.0 arguments syntax [Fixes #43] Jan 22, 2017
@rdsubhas rdsubhas merged commit fc27f71 into omio-labs:master Jan 22, 2017
@rdsubhas rdsubhas deleted the 43-syntax branch January 22, 2017 23:48
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