-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Run a default task when no task name is specified.
Proposed Syntax
default: build
build:
cmd: cargo buildUsage
./rnr # Runs 'build'
./rnr build # Also runs 'build'Acceptance Criteria
- Support
defaultkey at root level - Run specified task when
./rnris invoked without arguments - Show helpful message if no default and no task specified