>> rewrite arg parisng to remove "commands"

> add strategy and directory flags
This commit is contained in:
Thomas Lindop 2025-05-13 17:48:19 +01:00
parent 50d7189654
commit c82804bf26
2 changed files with 75 additions and 66 deletions

View file

@ -7,8 +7,8 @@ Say you want to backup some of your files on to a memory stick. Most likely
that memory stick uses `FAT32` or `exFAT` as its file system, as this is the
most compatible with the most operating systems. But if any of your files
have special characters like `:` or `?` in their names, this won't work (see
<https://learn.microsoft.com/en-gb/windows/win32/fileio/exfat-specification>
for more details).
<https://learn.microsoft.com/en-gb/windows/win32/fileio/exfat-specification>,
section 7.7.3 for more details).
Alternatively, say you have a file that needs to be on an older computer
that will not render some characters (like multi-character emoji)