feat: upate

This commit is contained in:
2021-04-24 22:14:45 +08:00
parent dd0dcae21a
commit 78afa9695b
2 changed files with 12 additions and 1 deletions

10
cli_sample/justfile Normal file
View File

@@ -0,0 +1,10 @@
_:
@just --list
# run
run:
dart run
# compile
compile:
dart compile exe bin/cli_sample.dart