Skip to content

Commit f50e7db

Browse files
ryanking13hoodmane
andauthored
Make xbuildenv subcommand public (#15)
This makes `pyodide xbuildenv` subcommand public so users can search and install different versions of Pyodide build env. - [x] changelog --------- Co-authored-by: Hood Chatham <[email protected]>
1 parent e73f75e commit f50e7db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- `pyodide xbuildenv` subcommand is now publicly available.
11+
[#15](https://github.com/pyodide/pyodide-build/pull/15)
12+
1013
## [0.27.3] - 2024/07/17
1114

1215
- It is now possible to override `_f2c_fixes.py` file, with `_f2c_fixes_wrapper` variable.

pyodide_build/cli/xbuildenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
DIRNAME = xbuildenv_dirname()
1414

15-
app = typer.Typer(hidden=True, no_args_is_help=True)
15+
app = typer.Typer(no_args_is_help=True)
1616

1717

1818
@app.callback()

0 commit comments

Comments
 (0)