Christian Muehlhaeuser
Christian Muehlhaeuser
I think I realized logrus is following a different RFC and hence a slightly different encoding than ekanite. Which brings me back to the second part of my question: is...
As discussed today, we need a hierarchy of locks here, probably with these three levels: 1. read-only locks 2. write locks 3. destructive locks
Just a heads up, there is the locking branch, which we will merge in the near future. Needs a few more tests across all backends.
LGTM! A few remarks: - we should add some documentation for this command to the website repo - if we can't find `oldLocation`, we should print out the known locations
> * [ ] Check, if this line needs a fix as well: [decode.go:211](https://github.com/knoxite/knoxite/blob/4388cb082e4de33ab0fb6960c39ed3310c70f40e/decode.go#L211) (currently only implemented for good measure) This is indeed an interesting problem! In theory this shouldn't...
@ma-hartma Builds for Windows are fixed, tests are running and passing. This should be ready for a manual test.
Started in /docs - see the results here: https://knoxite.readthedocs.io/en/latest/
Good idea, I'll see what I can do!
Cobra generates a series of man pages, one for each sub-command. While that is fine for big command-sets (think `git`), for the average cli tool this is absolute overkill, the...
It's not currently possible, but we could use Go's template engine to achieve something like this in a future release. I'll think about how we can integrate this without the...