codelinksUsage: codelinks [OPTIONS] COMMAND [ARGS]...╭─ Options ─────────────────────────────────────────────────────────────────────────╮│--install-completionInstall completion for the current shell.││--show-completionShow completion for the current shell, to copy it ││or customize the installation. ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────────────────────────╯╭─ Commands ────────────────────────────────────────────────────────────────────────╮│discover Discover the filepaths from the given root directory. ││vdoc Generate virtual documents for caching and extract the oneline ││comments. │╰───────────────────────────────────────────────────────────────────────────────────╯
discoverUsage: codelinks discover [OPTIONS] SRC_DIRDiscover the filepaths from the given root directory.╭─ Arguments ───────────────────────────────────────────────────────────────────────╮│*src_dirDIRECTORYRoot directory for discovery[required]│╰───────────────────────────────────────────────────────────────────────────────────╯╭─ Options ─────────────────────────────────────────────────────────────────────────╮│--excludes-eTEXTGlob patterns to be excluded.││[default: None] ││--includes-iTEXTGlob patterns to be included.││[default: None] ││--gitignore--no-gitignoreRespect .gitignore(s)││[default: gitignore] ││--file-type-fTEXTThe file extension to be discovered. If ││not specified, all files are discovered.││[default: None] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────────────────────────╯
vdocUsage: codelinks vdoc [OPTIONS]Generate virtual documents for caching and extract the oneline comments.╭─ Options ─────────────────────────────────────────────────────────────────────────╮│*--config-cFILEThe toml config file[required]││--project-pTEXTproject identifier in config[default: None]││--output-dir-oPATHThe output directory of generated documents and ││caches. ││[default: /tmp] ││--helpShow this message and exit.│╰───────────────────────────────────────────────────────────────────────────────────╯