Skip to content

v. 1.2

Compare
Choose a tag to compare
@daniele77 daniele77 released this 27 Jun 11:47
· 204 commits to master since this release
e649e95
  • History persistence (issue #39)
  • Escaping and sentence support with quote and double quote
  • Remove boost dependency from cli.h: now, if you just use CliFileSession you don't need boost anymore
  • Support commands with a variable number of arguments through vector<string>
  • Handle CTRL-D (EOF) on linux
  • Handle CTRL-D, CTRL-Z and CTRL-C on windows
  • Consecutive identical commands are not stored in the history (issue #55)
  • Change message in case of wrong command
  • Fix Backspace from a remote terminal (issue #52)
  • Fix duplicate autocompletion (issue #67)
  • Add a namespace and folder "detail" (issue #17)