feat: also detect Helix step with bin name hx (#710)

This commit is contained in:
SteveLauC
2024-02-23 07:39:31 +08:00
committed by GitHub
parent 12b0fa57ad
commit a43b03d3db

View File

@@ -796,7 +796,7 @@ pub fn run_dotnet_upgrade(ctx: &ExecutionContext) -> Result<()> {
} }
pub fn run_helix_grammars(ctx: &ExecutionContext) -> Result<()> { pub fn run_helix_grammars(ctx: &ExecutionContext) -> Result<()> {
let helix = require("helix")?; let helix = require("helix").or(require("hx"))?;
print_separator("Helix"); print_separator("Helix");