We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4f61c + d105716 commit 2c12d8aCopy full SHA for 2c12d8a
projects/abel-cli/src/get-all-assets-micro.ts
@@ -0,0 +1,7 @@
1
+import { abel } from "./lib/config.js";
2
+import { parseArgvBigints } from "./lib/util.js";
3
+import { printView } from "./lib/printView.js";
4
+
5
+const aids = await abel.getAllAssetIDs();
6
7
+await printView(aids, "Micro", aids => abel.getAssetsMicro(aids), false)
0 commit comments