mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-03 06:03:23 -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));
|