Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/common/api.q
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ list:{[ns;vartype]
api iasc (exec name from .api.detail)?api`name}

// get all the namespaces in . form
allns:{`$(enlist enlist "."),".",/:string key `}
allns:{a:`$(enlist enlist "."),".",/:string key `;a where 1<count each key each a}

// Dump out everything across all name spaces
fullapi:{
Expand Down