Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cli: build command migrated to docopts #149
Conversation
elopio
reviewed
Dec 3, 2015
| + if step == 'pull': | ||
| + part.pull() | ||
| + elif step == 'build': | ||
| + part.build() |
elopio
reviewed
Dec 3, 2015
| +from snapcraft.commands import build | ||
| + | ||
| + | ||
| +class PullCommandTestCase(tests.TestCase): |
|
lgtm. Just one copy&paste error. |
added a commit
that referenced
this pull request
Dec 4, 2015
sergiusens
merged commit ffcb9c7
into
snapcore:new-cli
Dec 4, 2015
sergiusens
deleted the
sergiusens:08-docopts-build
branch
Dec 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedDec 3, 2015
Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com