Skip to content

Commit

Permalink
Merge pull request #20 from unbracketed/allow-edit-notes
Browse files Browse the repository at this point in the history
Thanks Brian!
  • Loading branch information
grahamking committed Aug 28, 2013
2 parents b7d0a88 + 96bcc54 commit 8d3c293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kip/cli.py
Expand Up @@ -166,6 +166,9 @@ def cmd_edit(args):
if args.is_prompt:
password = getpass.getpass()

if args.notes:
notes = args.notes

os.remove(filename)

create(name, username, notes, pwd=password)
Expand Down

0 comments on commit 8d3c293

Please sign in to comment.