Skip to content

gsudo v1.7.0

Compare
Choose a tag to compare
@gerardog gerardog released this 28 Sep 14:46
· 294 commits to master since this release
34be524

What's Changed

  • Feature: Follow posix conventions for command line arguments #148 by @gerardog in #179
    • Short options without arguments can be grouped (gsudo -n -w -d => gsudo -nwd)
    • Short options with arguments now accepts space/no-space/equals as separator ( gsudo -i Low => gsudo -iLow or gsudo -i=Low )
    • For example gsudo -i Low -n -w -d --debug MyProgram.exe can now be written as
      • gsudo -iLow -nwd --debug MyProgram.exe allowed
      • gsudo -i=Low -nwd --debug MyProgram.exe allowed
      • gsudo -i Low -nwd --debug MyProgram.exe allowed

Full Changelog: v1.6.0...v1.7.0