about summary refs log tree commit diff
path: root/src/libutil/args.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change...
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-09-21 Some notational convenience for formatting stringsEelco Dolstra1-1/+1
We can now write throw Error("file '%s' not found", path); instead of throw Error(format("file '%s' not found") % path); and similarly printError("file '%s' not found", path); instead of printMsg(lvlError, format("file '%s' not found") % path);
2016-04-21 nix --help: Show short flagsEelco Dolstra1-1/+2
2016-02-25 Fix short boolean flagsEelco Dolstra1-1/+1
2016-02-09 Start of new Nix command-line interfaceEelco Dolstra1-0/+2
2016-02-09 New command line parsing infrastructureEelco Dolstra1-0/+160