# Command-Line Help for `fmerge` This document contains the help content for the `fmerge` command-line program. **Command Overview:** * [`fmerge`↴](#fmerge) * [`fmerge man`↴](#fmerge-man) * [`fmerge autocomplete`↴](#fmerge-autocomplete) * [`fmerge merge`↴](#fmerge-merge) ## `fmerge` A rusty text templating application for CLIs. **Usage:** `fmerge [OPTIONS] ` ###### **Subcommands:** * `man` — Renders the manual. * `autocomplete` — Renders shell completion scripts. * `merge` — Merge. ###### **Options:** * `-e`, `--experimental ` — enables experimental features ## `fmerge man` Renders the manual. **Usage:** `fmerge man --out --format ` ###### **Options:** * `-o`, `--out ` * `-f`, `--format ` Possible values: `manpages`, `markdown` ## `fmerge autocomplete` Renders shell completion scripts. **Usage:** `fmerge autocomplete --out --shell ` ###### **Options:** * `-o`, `--out ` * `-s`, `--shell ` Possible values: `bash`, `zsh`, `fish`, `elvish`, `powershell` ## `fmerge merge` Merge. **Usage:** `fmerge merge [OPTIONS] --file --pattern ` ###### **Options:** * `-f`, `--file ` * `-p`, `--pattern ` * `--placeholder ` Default value: `%f`
This document was generated automatically by clap-markdown.