github gerardog/gsudo v1.7.0
gsudo v1.7.0

latest releases: v2.5.1, v2.5.0, v2.4.4...
24 months ago

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

Don't miss a new gsudo release

NewReleases is sending notifications on new releases.