waveterm
waveterm copied to clipboard
`wsh edit file` needs to create a new file if file does not exist
Is your feature request related to a problem? Please describe.
Currently wsh edit can only edit existing files. So creating a new file is a two-step process of touch file and wsh edit file.
Describe the solution you'd like
wsh edit file should create file if file does not exist.