Add a little TODO note
- ID
99742d7- date
2025-05-01 08:25:59+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
fd7d6de- message
Add a little TODO note- changed files
1 file, 1 addition
Changed files
python/pyfmt (1046) → python/pyfmt (1110)
diff --git a/python/pyfmt b/python/pyfmt
index 6c746e2..3d9c36f 100755
--- a/python/pyfmt
+++ b/python/pyfmt
@@ -13,6 +13,7 @@ set -o nounset
# * if no argument is specified, use the current working directory
# * if one or more directories are specified, use those
#
+# TODO: What if somebody passes a custom directory and `--fix`?
if (( $# == 0 ))
then
ROOT="$(pwd)"