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

Implement tapegen help #31

Open
1 of 5 tasks
MarcelGarus opened this issue Jun 2, 2020 · 1 comment
Open
1 of 5 tasks

Implement tapegen help #31

MarcelGarus opened this issue Jun 2, 2020 · 1 comment
Labels
cli Things that have to do with the cli
Milestone

Comments

@MarcelGarus
Copy link
Owner

MarcelGarus commented Jun 2, 2020

  • provide a general help screen
  • provide help for init
  • provide help for assist
  • provide help for doctor
  • provide help for help (easteregg opportunity)
@MarcelGarus MarcelGarus added the cli Things that have to do with the cli label Jun 2, 2020
@MarcelGarus
Copy link
Owner Author

General help output:

Welcome to tape!
For information about what tape is and how to use it, consult https://pub.dev/packages/tape
This help page will only focus on the command line tool.

Usage:
  pub run tape <command> [<options>]

Commands:
  help       displays help
  init       create tape boilerplate for your project
  assist     assists you while writing code
  doctor     information about the usage of tape in your project

Global options:
  --simple-ouptut   for output without ansi colors or replacement

More help: tape help <command>
Questions? Issues? https://github.com/marcelgarus/tape/issues/new

@MarcelGarus MarcelGarus changed the title Implement tape help Implement tapegen help Jun 7, 2020
@MarcelGarus MarcelGarus added this to the MVP milestone Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Things that have to do with the cli
Projects
None yet
Development

No branches or pull requests

1 participant