File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 119119## 7. Common AI Tasks
120120
121121- ** Adding a CLI Option** :
122- 1 . Update ` bin/types.ts ` (Interface).
123- 2 . Update ` bin/defaults.ts ` (Default value).
124- 3 . Update ` bin/cli.ts ` (Commander option).
125- 4 . Update ` bin/options/index.ts ` (Processing).
126- 5 . Update ` src-tauri/src/app/config.rs ` (Struct definition) if it needs to pass to Rust.
122+ 1 . Update ` bin/types.ts ` (Interface).
123+ 2 . Update ` bin/defaults.ts ` (Default value).
124+ 3 . Update ` bin/cli.ts ` (Commander option).
125+ 4 . Update ` bin/options/index.ts ` (Processing).
126+ 5 . Update ` src-tauri/src/app/config.rs ` (Struct definition) if it needs to pass to Rust.
127127- ** Modifying Menu** : Edit ` src-tauri/src/lib.rs ` inside ` setup ` closure.
128128- ** Updating Injected Script** : Edit ` src-tauri/src/inject/event.js ` or ` component.js ` .
You can’t perform that action at this time.
0 commit comments