hs-cli icon indicating copy to clipboard operation
hs-cli copied to clipboard

remainingArguments returns all arguments

Open Michel-Haber opened this issue 5 years ago • 0 comments

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?

Michel-Haber avatar Oct 27 '19 20:10 Michel-Haber