Skip to content

Commit

Permalink
chore: add password flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Nov 16, 2023
1 parent 1d54339 commit 86355f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
uploadAdd,
uploadList,
uploadRemove,
filecoinInfo
filecoinInfo,
} from './can.js'

const pkg = getPkg()
Expand Down Expand Up @@ -164,6 +164,7 @@ cli

cli
.command('coupon create <did>')
.option('--password', 'Password for created coupon.')
.option('-c, --can', 'One or more abilities to delegate.')
.option(
'-e, --expiration',
Expand Down

0 comments on commit 86355f8

Please sign in to comment.