Mislav Marohnić
301a35eedc
Merge pull request #3621 from cli/export-data
...
Push data serialization concern into Exporter
2021-05-17 13:43:00 +02:00
Mislav Marohnić
f2456f4820
Merge pull request #3628 from cli/json-flag-completion
...
Add shell completion for valid `--json` flag values
2021-05-17 12:47:54 +02:00
Mislav Marohnić
26b987aaf5
Merge pull request #3626 from cli/json-color-gray
...
Fix "null" display in colored JSON output
2021-05-17 12:43:55 +02:00
Ben
d656a9077b
cleaned up the code base, opening the web browser is now matching the style of th e repo. We also made a dialogue in our helpful-resources.txt about what we will be doing next. Big things to comegit add .
2021-05-15 21:40:43 -07:00
Ben
68ce66801b
We got the browser to open on gh browse, now we're working towards making it specific to the argument passed in. Mini wingit add .!
2021-05-15 21:09:13 -07:00
Ben
e905133068
working towards removing the help message when browse is inputted
2021-05-15 14:47:50 -07:00
Ben
88ef7ce58b
removed view, from here on out exclusively working in browse to do most of the logic
2021-05-15 12:08:51 -07:00
bchadwic
602334f58a
working on the browse view
2021-05-12 16:02:14 -07:00
bchadwic
c42f6acbde
begun a view subcommand of browse
2021-05-12 14:54:18 -07:00
bchadwic
9333d93c2f
started creating the new command. Added useful resources
2021-05-12 14:52:01 -07:00
Mislav Marohnić
b09c1f7a6f
Add shell completion for the --json flag
2021-05-12 17:35:17 +02:00
Mislav Marohnić
df2ae17b54
Bump Cobra to v1.1.3
2021-05-12 17:35:02 +02:00
Mislav Marohnić
02a2ed2f73
Add repo view --json export functionality
2021-05-12 17:05:15 +02:00
Mislav Marohnić
5f0301c990
Have Exporter.Write automatically call ExportData on given data structure
2021-05-12 17:05:15 +02:00
Mislav Marohnić
fddc888a69
Fix "null" display in colored JSON output
...
"null" was previously rendered in "bright black", an ANSI color that is
not guaranteed to be visible at all depending on the terminal. Switch
the color to cyan to ensure that "null" is visible.
2021-05-12 16:56:52 +02:00
Mislav Marohnić
02b7a71783