-

Results 5 issues of -

*Issue* Windows now mostly uses Powershell V2, not `powershell.exe` *Ask* Consider updating https://github.com/casey/just/blob/master/examples/powershell.just set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]

[nitpick] too many commands 1) Group options by topic when running `just --help` from the command line 2) Same thing with commands a) recipe listing / selection --choose --list --groups...

Just examples on GitHub are scattered. *Ask* Consider adding end-to-end examples for common scenarios, e.g. in https://just.systems/man/en/examples.html 1) Formatting / linting / building / running Rust code + building mdBook...

Aliases can fail if the associated recipe is conditional 1) Allow [unix] / [windows] attributes on aliases: [unix] alias ra := runall [unix] @runall: ./scripts/runall.sh 2) Or display a friendly...

1) I am confused by the following sentence in the just doc: On Windows, invocation_directory() uses cygpath to convert the invocation directory to a Cygwin-compatible /-separated path. Use invocation_directory_native() to...