feat: add cli sample

This commit is contained in:
2021-04-24 22:10:55 +08:00
parent d9772727c9
commit dd0dcae21a
8 changed files with 61 additions and 0 deletions

5
cli_sample/README.md Normal file
View File

@@ -0,0 +1,5 @@
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).