1import { getProcArgv } from './isDirectlyRunF.mts'23export const getDefaultAction = () => {4 return getProcArgv()[2] || 'help'5}