Skip to content

feat(cli): default task #26

@CalvinAllen

Description

@CalvinAllen

Description

Run a default task when no task name is specified.

Proposed Syntax

default: build

build:
  cmd: cargo build

Usage

./rnr           # Runs 'build'
./rnr build     # Also runs 'build'

Acceptance Criteria

  • Support default key at root level
  • Run specified task when ./rnr is invoked without arguments
  • Show helpful message if no default and no task specified

Metadata

Metadata

Assignees

Labels

cliCLI commandsfutureFuture feature

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions