1
0
Fork
You've already forked quiche
0
No description
  • Janet 100%
Find a file
2026年03月20日 15:32:00 +09:00
bin Update niche bits 2026年03月20日 15:32:00 +09:00
bundle Update niche bits 2026年03月20日 15:32:00 +09:00
data Handle tuple expected values properly 2026年03月19日 17:08:09 +09:00
src Update niche bits 2026年03月20日 15:32:00 +09:00
test Initial commit 2026年01月14日 17:55:07 +09:00
usages Handle tuple expected values properly 2026年03月19日 17:08:09 +09:00
.jell.jdn Initial commit 2026年01月14日 17:55:07 +09:00
.niche.jdn Initial commit 2026年01月14日 17:55:07 +09:00
quiche.janet Update niche bits 2026年03月20日 15:32:00 +09:00
README Initial commit 2026年01月14日 17:55:07 +09:00

Usage: quiche [<file-or-dir>...]
 quiche [-h|--help] [-v|--version]
Quaintly Update Inadequate Comment-Hidden Expressions
Parameters:
 <file-or-dir> path to file or directory
Options:
 -h, --help show this output
 -v, --version show version information
Configuration:
 .niche.jdn configuration file [1]
Examples:
 1. Update comment-hidden expressions in `src/`
 directory:
 $ quiche src
 2. Run using the configuration file via direct
 invocation:
 $ quiche
Example `.niche.jdn` content:
 {# what to work on - file and dir paths
 :includes ["src" "bin/my-script"]
 # what to skip - file paths only
 :excludes ["src/sample.janet"]}
---
[1] quiche makes use of niche's configuration
 file. See:
 https://github.com/sogaiu/niche
 for more information about niche.