0.0.0 • Published 3 years ago

ahsan v0.0.0

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

ahsan

todo cli project-2

oclif Version Downloads/week License

Usage

$ npm install -g ahsan
$ ahsan COMMAND
running command...
$ ahsan (-v|--version|version)
ahsan/0.0.0 win32-x64 node-v14.18.0
$ ahsan --help [COMMAND]
USAGE
  $ ahsan COMMAND
...

Commands

ahsan hello [FILE]

describe the command here

USAGE
  $ ahsan hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ ahsan hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

ahsan help [COMMAND]

display help for ahsan

USAGE
  $ ahsan help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ahsan improved-add [TODO]

Add new todo to list

USAGE
  $ ahsan improved-add [TODO]

OPTIONS
  -d, --done

See code: src/commands/improved-add.ts

ahsan interact

Enter The Interacting Mode

USAGE
  $ ahsan interact

See code: src/commands/interact.ts

ahsan list

print out all todos

USAGE
  $ ahsan list

See code: src/commands/list.ts

ahsan remove [INDEX]

Remove A Todo From List

USAGE
  $ ahsan remove [INDEX]

See code: src/commands/remove.ts