Skip to content

Commit

Permalink
Add NOTICE to help text of compile
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Aug 13, 2024
1 parent 453b559 commit 1a86dd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crates/cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ pub struct Cli {
#[derive(Debug, Subcommand)]
pub enum Command {
/// Compiles JavaScript to WebAssembly.
///
/// NOTICE:
///
/// This command will be deprecated in
/// the next major release of the CLI (v4.0.0)
///
/// Refer to https://github.com/bytecodealliance/javy/issues/702 for
/// details.
///
/// Use the `build` command instead.
#[command(arg_required_else_help = true)]
Compile(CompileAndBuildCommandOpts),
/// Generates WebAssembly from a JavaScript source.
Expand Down

0 comments on commit 1a86dd5

Please sign in to comment.