Skip to content

Commit

Permalink
Mark new command as experiemental
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jun 20, 2023
1 parent f7c9ba3 commit 905b6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/N98/Magento/Command/Github/PullRequestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function configure()
->addOption('patch', 'd', InputOption::VALUE_NONE, 'Download patch and prepare it for applying')
->addOption('diff', null, InputOption::VALUE_NONE, 'Raw diff download')
->addOption('json', null, InputOption::VALUE_NONE, 'Show pull request data as json')
->setDescription('Download patch from github merge request');
->setDescription('Download patch from github merge request <comment>(experimental)</comment>');
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Command/OpenBrowserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected function configure()
$this
->setName('open-browser')
->addArgument('store', InputArgument::OPTIONAL, 'Store code or ID')
->setDescription('Open current project in browser <comment>(experimental)</comment>');
->setDescription('Open current project in browser');
}

/**
Expand Down

0 comments on commit 905b6ff

Please sign in to comment.