@spectratools/assembly-cli 0.4.3 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -4629,7 +4629,7 @@ council.command("auctions", {
|
|
|
4629
4629
|
};
|
|
4630
4630
|
})
|
|
4631
4631
|
},
|
|
4632
|
-
{
|
|
4632
|
+
c.format === "json" || c.format === "jsonl" ? void 0 : {
|
|
4633
4633
|
cta: {
|
|
4634
4634
|
description: "Inspect and bid:",
|
|
4635
4635
|
commands: [
|
|
@@ -4898,7 +4898,7 @@ forum.command("threads", {
|
|
|
4898
4898
|
threads,
|
|
4899
4899
|
count: threads.length
|
|
4900
4900
|
},
|
|
4901
|
-
{
|
|
4901
|
+
c.format === "json" || c.format === "jsonl" ? void 0 : {
|
|
4902
4902
|
cta: {
|
|
4903
4903
|
description: "Inspect or comment:",
|
|
4904
4904
|
commands: [
|
|
@@ -5348,7 +5348,7 @@ governance.command("proposals", {
|
|
|
5348
5348
|
proposals: items,
|
|
5349
5349
|
count: items.length
|
|
5350
5350
|
},
|
|
5351
|
-
{
|
|
5351
|
+
c.format === "json" || c.format === "jsonl" ? void 0 : {
|
|
5352
5352
|
cta: {
|
|
5353
5353
|
description: "Inspect or vote:",
|
|
5354
5354
|
commands: [
|