maxlandon

Results 16 issues of maxlandon

Hello, I have an issue with my Python environment: When setting up a PostgreSQL entity for the Metasploit DB, python ends up with Invalid Syntax errors, because my default /usr/bin/python...

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

pending-submitter-response
quality standard
need coverage

### Changes This PR simply exports the ActionCommands() and ActionFlags() which both receive a cobra command as argument. ### Reasons The reason is simple: more and more people will try...

Hello, I found this in my suggestions, you might be interested for some shells. https://github.com/gobwas/glob

Hello Rob, Opening this ticket more for the sake of discussion and listing various cases than to propose a precise thing to do. So here I'm basically looking at how...

This PR aims to add an arbitrary `map[string]any` field to the `Command` type, so that consumer projects/plugins can store data pertaining to a given command, and for this data to...

kind/feature
area/cobra-command

## Disclaimers First and foremost, I must say that this proposal, any sound solution to it and all the potential questions and problems raised on the way of finding one,...

### Problem Currently, flag completion functions are a global map, preventing garbage collection to work properly, especially if the commands using these funcs are garbage-collected themselves. This might happen if...

This PR aims at consistently and systematically taking advantage of the Cobra CLI development API so as to: - Reach full interfacing of the Sliver Framework with arbitrary system shell...

Note that this took me only an hour, it's just to illustrate something that I think would be quite wise on the longer run. I also know this will break...