From bc3013fc68746265db78bf92623f7e6e3e469264 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 16 May 2021 21:06:48 -0400 Subject: Add default path (#6) * Add default path * Improve support/implementation logic * Fix braces in tests * Enable warnings * Emit more generalized form of windows path * Change initialization order * Add --default/-D to documentation * Fix platform detection --- docs/man/cleanpath.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/man') diff --git a/docs/man/cleanpath.1 b/docs/man/cleanpath.1 index ba3db63..6b3aa84 100644 --- a/docs/man/cleanpath.1 +++ b/docs/man/cleanpath.1 @@ -23,6 +23,13 @@ Prints brief usage information. \f[B]-V\f[R], \f[B]--version\f[R] Prints the current version number. .TP +\f[B]-D\f[R], \f[B]--default\f[R] +Prints the default operating system PATH +.RS +.PP +No other arguments are honored and no filtering will occur. +.RE +.TP \f[B]--list\f[R] Format output as a list .TP -- cgit