Changelog
- 88e502e docs(readme): add instructions on how to use the limit flag/config field
- 289b1ff feat(client): add the limit clause to the query on the table content method
- dd2c852 feat(cmd): add a flag to the root command called limit as an option for the user to set up the limit value
- 1f445cf feat(command): add a field called limit to the command struct
- 6f30a35 feat(config): add a limit field to the config file
- 7d12f77 fix(makefile): fix the build command on the makefile
- 0b183c4 test(client): add the limit field to the command object used for testing purposes on the client test suite
- 00b5fd2 test(config): update the test function to make sure the init function works as expected