feat: upate
This commit is contained in:
10
cli_sample/justfile
Normal file
10
cli_sample/justfile
Normal file
@@ -0,0 +1,10 @@
|
||||
_:
|
||||
@just --list
|
||||
|
||||
# run
|
||||
run:
|
||||
dart run
|
||||
|
||||
# compile
|
||||
compile:
|
||||
dart compile exe bin/cli_sample.dart
|
||||
Reference in New Issue
Block a user