Skip to content

feat(cli): default task #26

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

cliCLI commandsfutureFuture feature

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions