diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-15 01:12:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-15 01:12:06 +0800 |
| commit | 10ed02b8541a80e60f7ad9f9fb51f8070d6be525 (patch) | |
| tree | bfc034d1ad0c2d5567a53ece074932040dfb8d43 /gen.rs | |
| parent | 72f80ea51f25256d0c463c2f3dc3d8670cfc4634 (diff) | |
Add completions system for shell autocompletion
Diffstat (limited to 'gen.rs')
| -rw-r--r-- | gen.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ pub mod constants; pub mod env; pub mod gen_commands_file; pub mod gen_compile_info; +pub mod gen_completions_entries; pub mod gen_iscc_script; pub mod gen_mod_files; pub mod gen_override_renderer; |
