Alex

Results 57 issues of Alex

Is it possible to pass arguments to the cli? E.g. I have a command like `cli create test` and I'd like the create cmd know that it has to create...

### Example: ````go package main import ( "fmt" "github.com/leaanthony/clir" ) func main() { cli := clir.NewCli("test", "Test", "v0.0.0") s := cli.NewSubCommand("sub", "Desc") var f string s.StringFlag("f", "De", &f) s.Action(func() error...

Example: ```golang cfmt.Successln("Initialized project at ", "location") // Terminal: Initialized project atlocation fmt.Println("Initialized project at ", "location") // Terminal: Initialized project at location ```

Is it possible to search through multiple indexes in one query?

enhancement
feature

Hello, is it possible to get all headings from a string in an extension? I need this for autogenerating a table of contents. Thank you in advance

enhancement
ready to implement
hacktoberfest

E.g. like in Laravel: https://laravel.com/docs/8.x/pagination#cursor-pagination This would allow pagination in environments where the values are changing quickly. I think one of the maintainers is familiar with Laravel. Therefore I would...

**Describe the bug** Files in folders that start with an `.` are not displayed **To Reproduce** Steps to reproduce the behavior: 1. Add a named `.azuredevops` on the root level...

bug

https://github.com/glayzzle/php-parser does currently not support PHP8. There is currently an open issue for this. https://github.com/glayzzle/php-parser/issues/486 An alternative may be utilizing https://github.com/nikic/PHP-Parser which has a more active community as e.g. Sebastian...

enhancement
help wanted

Even though windows support was removed in #234 it would be great to provide instructions on how to use it with an older version. Do I understand it correctly that...