0.1.7 • Published 3 years ago

@rocks-n-pebbles/avr-studio v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AVR studio

oclif Version Downloads/week License

Usage

$ npm install -g @rocks-n-pebbles/avr-studio
$ avr-studio COMMAND
running command...
$ avr-studio (-v|--version|version)
@rocks-n-pebbles/avr-studio/0.1.7 darwin-x64 node-v12.19.0
$ avr-studio --help [COMMAND]
USAGE
  $ avr-studio COMMAND
...

Commands

avr-studio help [COMMAND]

display help for avr-studio

USAGE
  $ avr-studio help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

avr-studio playback INSTRUCTION_FILE

describe the command here

USAGE
  $ avr-studio playback INSTRUCTION_FILE

ARGUMENTS
  INSTRUCTION_FILE  Path to JSON file containing instructions

OPTIONS
  -d, --dir=dir           [default: results] Directory to drop the results in
  -h, --help              show CLI help
  -r, --use-real-browser  Use real browser instead of headless

See code: src/commands/playback.ts