ai-hero-cli 0.0.9 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -3
  2. package/bin.cjs +2595 -1498
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -29,9 +29,6 @@ pnpm add -D ai-hero-cli
29
29
  # Run a specific exercise by lesson number
30
30
  ai-hero exercise 1
31
31
 
32
- # Run a specific exercise with subfolder
33
- ai-hero exercise 1 --subfolder 2
34
-
35
32
  # Browse and select an exercise interactively
36
33
  ai-hero exercise
37
34
  ```
@@ -41,6 +38,7 @@ ai-hero exercise
41
38
  - `--root`: Directory to look for lessons (default: current directory)
42
39
  - `--env-file`: Path to environment file (default: `.env` in current directory)
43
40
  - `--cwd`: Working directory to run the command in (default: current directory)
41
+ - `--simple`: Run the exercise in simple mode. This will disable the more advanced features of the CLI, such as shortcuts, to ensure maximum compatibility with some systems (default: false)
44
42
 
45
43
  ### Interactive Features
46
44