hs-cli
hs-cli copied to clipboard
remainingArguments returns all arguments
Hello, it seems that remainingArguments is also including flag arguments with it. For instance:
storageDirContent <- flagParam storDirFlag (FlagRequired Right)
remainingArgs <- remainingArguments "Files"
remainingArgs also contains the string required by the first line. Is this intended behaviour?