pusher / cli

A CLI for Pusher (beta)
51 stars 6 forks source link

Delete function config with argument not option #60

Closed willpusher closed 1 year ago

willpusher commented 1 year ago

When deleting a function the command is .... delete <function name> When deleting a config variable the command is .... delete --name <function name>

We should be consistent.