You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a filename with a space in it can't be used in the CLI at present. (well, you can via using wildcards with some commands)
these files can exist in the filing system, and can be saved via the API but the method of extracting arguments from the CLI will split at space characters
it should be possible to have arguments enclosed by double-quote characters, so "long file name.txt" for instance should be interpreted as a single argument - and the quotes excluded when the filepath is being used
(the tab-completion system will also see filenames with spaces in them and tab-complete them, but then those files cannot be used. tab-completed filenames that include spaces should enclose the whole filename in double-quotes)
The text was updated successfully, but these errors were encountered:
stevesims
changed the title
CLI should h
CLI should be able to understand filenames with spaces
Nov 20, 2024
a filename with a space in it can't be used in the CLI at present. (well, you can via using wildcards with some commands)
these files can exist in the filing system, and can be saved via the API but the method of extracting arguments from the CLI will split at space characters
it should be possible to have arguments enclosed by double-quote characters, so
"long file name.txt"
for instance should be interpreted as a single argument - and the quotes excluded when the filepath is being used(the tab-completion system will also see filenames with spaces in them and tab-complete them, but then those files cannot be used. tab-completed filenames that include spaces should enclose the whole filename in double-quotes)
The text was updated successfully, but these errors were encountered: