Replies: 1 comment 2 replies
-
Hey @ISensuiI, I'm not entirely sure I understand your use case fully — could you share the exact command flow you're using? That would help clarify things. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure whether loco currently supports custom startup commands like clap.
For example, my current problem is that I have added all the configuration options to dev.yaml. Start it with -e. But some options are single choices. For example, I have a startup mode RELAY/NDS mode, and only one of these two modes can be run. Suppose I need to run these two modes on the same server. I can only run one of the modes first, then modify the configuration file, and then start another process. Or copy them. Is it possible to add a custom parameter?
In this way, I can specify the mode through -mode without modifying or copying yaml
I searched the loco manual and did not find the relevant custom commands
Beta Was this translation helpful? Give feedback.
All reactions