Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aether URL CLI #6

Open
nervetattoo opened this issue Apr 21, 2009 · 1 comment
Open

Aether URL CLI #6

nervetattoo opened this issue Apr 21, 2009 · 1 comment

Comments

@nervetattoo
Copy link
Owner

It should be possible to run a command to list all the URLs in an application and what module they map to. So say you have a url rule that looks like this /post/[0-9]+ where the id is stored in a variable called articleId it should show something like this:

% aether urls

/post/[0-9]+ -> AetherModulePost [[0-9]+ => 'articleId']

@nervetattoo
Copy link
Owner Author

Should also be possible to do something like this:

% aether url domain.com/article/1

% /article/[0-9]+ => AetherModuleArticle [articleId -> 1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant