We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81d8d0 commit a0a0d4eCopy full SHA for a0a0d4e
native-simulator/src/lib.rs
@@ -1 +1 @@
1
-ckb_std::entry_simulator!({{project-name | remove: "-sim" | replace: "-", "_"}}::program_entry);
+ckb_std::entry_simulator!({{project-name | append: "@@SIMULATOR_PLACEHOLDER@@" | remove: "-sim@@SIMULATOR_PLACEHOLDER@@" | replace: "-", "_"}}::program_entry);
0 commit comments