cli: Render `rad issue list` with a nice table
modified radicle-cli/examples/rad-issue.md
@@ -17,7 +17,11 @@ The issue is now listed under our project.
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -48,7 +52,11 @@ It will now show in the list of issues assigned to us.
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/examples/workflow/3-issues.md
@@ -17,7 +17,11 @@ The issue is now listed under our project.
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -35,7 +39,11 @@ It will now show in the list of issues assigned to us.
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/issue.rs
@@ -314,10 +314,22 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -325,17 +337,28 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/format.rs
@@ -5,6 +5,7 @@ pub use radicle_term::{style, Paint};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -33,13 +34,19 @@ pub fn cob(id: &ObjectId) -> String {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/tests/commands.rs
@@ -257,7 +257,6 @@ fn rad_node() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -641,7 +640,6 @@ fn test_replication_via_seed() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-crypto/src/lib.rs
@@ -350,9 +350,7 @@ impl PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/common.rs
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -139,6 +139,12 @@ impl FromStr for Tag {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/identity/did.rs
@@ -19,6 +19,10 @@ pub enum DidError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|