~/.kip ᐅ kip edit nonexistent-secret --notes "hi"
Traceback (most recent call last):
File "/usr/local/share/python/kip", line 9, in <module>
load_entry_point('kip==0.3.0', 'console_scripts', 'kip')()
File "/Users/brian/code/kip/kip/cli.py", line 104, in main
retcode = CMDS[args.cmd](args)
File "/Users/brian/code/kip/kip/cli.py", line 156, in cmd_edit
print('File not found: {}'.format(filename))
UnboundLocalError: local variable 'filename' referenced before assignment