#@Erik Sipsma @Helder Correia any chance
1 messages · Page 1 of 1 (latest)
//+default=/
//+ignore=[]
@argument({default: "/", ignore: []})
Annotated[str, typer.Argument(default="hello")]
I have to leave in a few minutes, but I'm about to finish writing a comment on those DX technical constraints.
Will post when I get back.
I’ll read and get back after that
Comparison with NestJS
@Module({
controllers: [CatsController],
providers: [CatsService],
})
export class CatsModule {}