MCPcopy Create free account
hub / github.com/Tatamo/atcoder-cli / configDir

Function configDir

src/commands.ts:252–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250}
251
252export async function configDir() {
253 console.log(await getConfigDirectory());
254}
255
256export async function config(key: string | undefined, value: string | undefined, options: {D?: boolean}) {
257 if (options.D) {

Callers

nothing calls this directly

Calls 1

getConfigDirectoryFunction · 0.90

Tested by

no test coverage detected