#!/usr/bin/env node /** * gram - CLI tool for interacting with Instagram * * Usage: * gram feed # View home feed * gram explore # View explore feed * gram post # View a post * gram user # View a user profile * gram search # Search users, hashtags, places * gram like # Like a post * gram whoami # Show logged-in user */ export {}; //# sourceMappingURL=cli.d.ts.map