You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repo-query is an engine that powers asking questions about a git repository.
As a fast, proof of concept, let's get something in the pizza CLI that uses the repo-query service.
Some scaffolding user experience:
$ pizza repo-query https://github.com/open-sauced/insights --branch beta
Indexing ...
Complete!
Want to ask a question?
> How is the highlights button getting its color?
The highlights button is getting its color from the CSS classes applied to it in
the highlights-filter-card.tsx file. Specifically, the button has the class bg-light-slate-1,
which sets the background color, and text-light-slate-12, which sets the text color.
These classes are defined in the CSS file associated with the component.
Want to ask another question?
>
https://github.com/janeczku/go-spinner is something like this natively supported by cobra? Maybe not now, but we can add a spinner/loading indicator later.
The repo-query is an engine that powers asking questions about a git repository.
As a fast, proof of concept, let's get something in the pizza CLI that uses the repo-query service.
Some scaffolding user experience:
Originally posted by @jpmcb in open-sauced/repo-query#3 (comment)
The text was updated successfully, but these errors were encountered: