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

feat: headwatcher #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: headwatcher #13

wants to merge 3 commits into from

Conversation

dputko
Copy link

@dputko dputko commented Dec 25, 2024

No description provided.

import {getLidoLocatorAddress} from "../../lib/lido/index.js";
import fs from "node:fs";

export async function getEnv() {
Copy link
Member

Choose a reason for hiding this comment

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

Are there any errors when running commands because this file is in the commands directory? In the current settings, Oclif treats everything in the cli/commands directory as commands. For this reason, I placed the commands separately and the helper code in the cli/lib directory

Copy link
Author

Choose a reason for hiding this comment

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

Good point, thank you! Fixed.

infloop
infloop previously approved these changes Dec 25, 2024
… every file under the `commands` path as a command, which can lead to unexpected behavior
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.

3 participants