dearchap

Results 220 comments of dearchap

Okay I missed the subdevice.js portion. Yeah now it makes sense. I am able to create devices/subdevices properly now. As for headers it is more for custom fields in the...

The extended header fields by themselves won't change over time. Some of the field values will change though. For eg the Sonos household ID (HHID) is sent in every notify...

@Mwea I'm getting the exact same error. Any ideas whats causing this ?

Yes I agree with @bartekpacia . There is no need for this anymore given that v3 has moved to a different architecture. v2 is in maint mode. I am going...

@carhartl Yes there havent been any fixes in this area so the issue will still be present. What is your expectation on the error in cases like this ?

@carhartl That feature is present in v3 already. A flag can be marked persistent in which case it will flow through subcommands as well. v2 is in maintenance mode so...

@mahadzaryab1 Go ahead and work on it. Its a good first issue.

That is the v2 docs. v2 has the feature. Its probably not documented very well but its there https://github.com/urfave/cli/blob/v2-maint/docs.go#L19

@bartekpacia I dont understand. The "generate-completion" is a hidden command in urfave/cli/v3. So if user invokes ``` myapp generate-completion zsh ``` It will output the zsh completion script which can...