Several oddities exist with the Dn-FT CLI where it acts very different than a normal CLI app.
- Dn-FT doesn't properly use stdout/stderr. This can be proven by the fact that the output streams cannot be redirected but will always print out.
- Some errors produce message boxes rather than printing to stdout/stderr. E.g. I got this when I accidentally passed the FT directory as the input filename and got a message box saying that the file could not be opened.
- It requires user input to complete ("press enter") -- NOT ACTUALLY TRUE
Several oddities exist with the Dn-FT CLI where it acts very different than a normal CLI app.