Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: describe --lang arg #24

Merged
merged 2 commits into from
Feb 20, 2024
Merged

docs: describe --lang arg #24

merged 2 commits into from
Feb 20, 2024

Conversation

KuznetsovRoman
Copy link
Member

No description provided.

@@ -4,12 +4,6 @@ Use `create-hermione-app` to set up [hermione](https://github.com/gemini-testing

## Usage

```bash
npx create-hermione-app my-app
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Убрал из README.md npx из-за его проблем с кэшированием

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

можно проверить с приставкой @latest - у меня так работает

@@ -26,5 +26,5 @@ const argv = yargs(hideBin(process.argv))
.parse();

const argvOpts = optsFromArgv(argv as ToolArgv);
const createOpts = (defaultOpts: DefaultOpts): ToolOpts => Object.assign(argvOpts, defaultOpts);
const createOpts = (defaultOpts: DefaultOpts): ToolOpts => ({ ...defaultOpts, ...argvOpts });
Copy link
Member Author

@KuznetsovRoman KuznetsovRoman Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут js затиралось дефолтным ts

@@ -4,12 +4,6 @@ Use `create-hermione-app` to set up [hermione](https://github.com/gemini-testing

## Usage

```bash
npx create-hermione-app my-app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

можно проверить с приставкой @latest - у меня так работает

@KuznetsovRoman KuznetsovRoman merged commit 886d913 into master Feb 20, 2024
3 checks passed
@KuznetsovRoman KuznetsovRoman deleted the HERMIONE-1398.js branch February 20, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants