Gal Schlezinger
b0903b53b9
don't mention rust structs in the cli docs
9 months ago
Gal Schlezinger
c019f1cf2e
update docs/commands.md
9 months ago
Gal Schlezinger
d9af62ff43
improve progress bar in install ( #1125 )
...
* update indicatif version
* add a eprintln after it finishes
* make it prettier
* update progress bar docs
* add changeset
* s/no_progress: true/progress: ProgressConfig::Never/g
* styling the progress bar
* fix test
9 months ago
Gal Schlezinger
ced2f306b0
fix clippy ( #1126 )
...
* run cargo clippy --fix
* cargo fmt
* add rust-toolchain.toml
* force rust version
* fixup! run cargo clippy --fix
fix urls
* add clippy and rustfmt
* update command docs
* export Zip on Windows
* remove benchmarking for a while
9 months ago
Gal Schlezinger
7c713f2d0b
add configuration documentation ( #1127 )
...
* add configuration documentation
* add markdown heading
* add satisfying
9 months ago
eblocha
66efc5b90c
Add progress bar to install command ( #1028 )
9 months ago
github-actions[bot]
11ef0909e5
Version Packages ( #1025 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
github-actions[bot]
3da0fda313
Version Packages ( #998 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Amit Dahan
97be792a44
experimental: support `package.json#engines` for `use` and `install` ( #839 )
...
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
Amit Dahan
b19eb29b26
Bump Clap 3 -> 4 ( #991 )
...
* fix(deps): update clap-rs to v4
* Define enums for multi-choice clap args
* fix test
* Update command docs
* Add `all` alias to log-level
* remove unused thing
* Add changeset
* Use `Shells` instead of `Box<dyn Shell>` everywhere
* Revert "Use `Shells` instead of `Box<dyn Shell>` everywhere"
This reverts commit 7781b5d87354c1f9500ecfafde1aba43d6dd5e37.
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
github-actions[bot]
8c76ca64a2
Version Packages ( #974 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Gal Schlezinger
c29f315f18
allow to automatically enable corepack ( #960 )
...
* allow to automatically enable corepack
* update command docs
* add changeset
* fix clippy
* don't show the value of corepack
* fix test
* test against more shells
* Make exec handle errors more nicely
* nicer i think
* set corepack as debug
* fix windows-style paths in Bash #390
* fix clippy
* run cygpath on `use` validation too
* trim whitespace
* fix test?
* fix test
* add changeset
2 years ago
github-actions[bot]
8c65e8922d
Version Packages ( #876 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
github-actions[bot]
c6328a196d
Version Packages ( #863 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
nzhl
ca71291020
feat: support `fnm install --latest` ( #859 )
...
* feat: support to install the latest version
* chore: test & fmt & clippy
* docs: update command docs
* docs: update command docs
* Create warm-rice-appear.md
* Update change set to be a minor release
As this is a new feature
* chore: update workflow to install pnpm
* Remove `feat:` from changeset
Because GitHub actions approval button is missing
* run pnpm like other tasks
* Revert "run pnpm like other tasks"
This reverts commit f5f2ca29f1
.
we can revert the yarn changes and do it in a different PR
* revert the changes in .github/workflows
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
github-actions[bot]
3d58499749
Version Packages ( #784 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 years ago
Ezekiel Warren
405b987f34
Added json option to env command ( #800 )
...
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
2 years ago
github-actions[bot]
d740ae14c8
Version Packages ( #761 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 years ago
Gal Schlezinger
6e6bdd82f1
Add Changesets to release fnm ( #760 )
3 years ago
Gal Schlezinger
b96916ea63
v1.31.0
3 years ago
Gal Schlezinger
8ff3c9ec24
v1.30.1
3 years ago
Gal Schlezinger
b378070f04
v1.30.0
3 years ago
renovate[bot]
b6b0cfa0e6
fix(deps): update rust crate clap to v3 ( #617 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Gal Schlezinger <gal@spitfire.co.il>
3 years ago
Gal Schlezinger
1c526204bc
v1.29.2
3 years ago
Gal Schlezinger
0ea82f29e4
Call fnm first
3 years ago
Gal Schlezinger
92a75922d5
Ignore arch in help output ( #627 )
3 years ago
Gal Schlezinger
5755aae9df
v1.29.1
3 years ago
Gal Schlezinger
9781066682
v1.29.0
3 years ago
Gal Schlezinger
207ef22f32
Allow recursive version lookups ( #607 )
3 years ago
Gal Schlezinger
0e0f589555
v1.28.2
3 years ago
Gal Schlezinger
d2230a2709
v1.28.1
3 years ago
Gal Schlezinger
3272a98640
v1.28.0
3 years ago
Sanchith Hegde
5eb5823656
docs(cli): Fix typo ( #545 )
3 years ago
Lucas Weng
f4e4d552d1
Show log level options in help and error message ( #537 )
3 years ago
Gal Schlezinger
4f910e464e
v1.27.0
3 years ago
Alex Munoz
fd584746a6
Add unalias command ( #489 )
4 years ago
Gal Schlezinger
ea5b8b02b9
fnm v1.26.0
4 years ago
BinHong Lee
4eda8d3990
Fix missing list-remote in command doc ( #461 )
4 years ago
Gal Schlezinger
a810248e48
v1.25.0
4 years ago
Gal Schlezinger
f9ee0ecd50
Auto-generate command documentation markdown ( #432 )
4 years ago
Gal Schlezinger
173ba3cc30
fnm v1.24.0
4 years ago
Gal Schlezinger
2b884c7b50
fnm v1.23.2
4 years ago
Gal Schlezinger
a787ffc3fc
fnm v1.23.1
4 years ago
Gal Schlezinger
599c9fdf68
v1.23.0
4 years ago
Gal Schlezinger
68dff37b2b
v1.22.9
4 years ago
Gal Schlezinger
475596041e
fnm v1.22.8
4 years ago
Gal Schlezinger
bb49d5368d
fnm v1.22.7
4 years ago
Gal Schlezinger
87fc97687e
fnm v1.22.6
4 years ago
Gal Schlezinger
cc58339956
fnm v1.22.5
4 years ago
Gal Schlezinger
3d3f257d93
fnm v1.22.4
4 years ago