mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-15 06:07:34 -05:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
import { getArgValue } from './helpers/get-arg-value';
|
|
import { insertStep } from './commands';
|
|
|
|
void insertStep(getArgValue(process.argv));
|